<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*cssÂ&nbsp;reset*/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,img, ol, ul, li,
form, table, tbody, thead, tr, th, td,
footer, header, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
    font-family: "MicrosoftYaHei";
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden !important;
}

@font-face {
    font-family: "STHupo";
    src: url('../fonts/STHupo.ttf');
}

@font-face {
    font-family: "hyk2gj";
    src: url('../fonts/hyk2gj.TTF');
}

ol,ul {
    list-style:none;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}

img {
    vertical-align: middle;
    height: auto;
}

.img-width img{
    width: 100% !important;
}

a{
    text-decoration: none !important;
}

a:focus{
    outline: none !important;
}

input,select,button {
    border: none;
    font-family:inherit;
}

button::-moz-focus-inner {
    border:0;
    padding:0;
    margin:0;
}

textarea,input,button,select {
    outline:0;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    font-family:inherit;
    outline:none;
}

textarea {
    overflow:auto;
    resize:none;
    font-family:inherit;
    border-color: #e2e2e2;
}

.b20{
    margin-bottom: 20px;
}

.l15{
    margin-left: 15px;
}

.show{
    display: block;
}

.hide{
    display: none;
}

.clearfix{
    zoom:1;
}

.clearfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.left{
    float: left;
}

.right{
    float: right;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.pink{
    background-color: #f5f5f5;
}

/* header.css */
header{
    background-color: #f3f3f3;
    color: #999;
    line-height: 36px;
}

header .top-link li{
    float: left;
    margin-right: 20px;
    text-align: center;
}

header .top-link li:last-child{
    margin-right: 0;
}

header a{
    color: #999;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header a:hover{
    color: #130b78;
}

header .item{
    float: left;
    margin-right: 20px;
    font-size: 12px;
}

header .item:first-child{
    margin-right: 19px;
}

header .item i{
    margin-right: 6px;
    font-size: 16px;
    padding-top: 1px;
}

header .item a{
    font-size: 12px;
}

header .language{
    padding-left: 21px;
    position: relative;
    cursor: pointer;
    margin: -1px 0 0 0;
}

header .language img{
    margin: -2px 5px 0 0;
}

header .language i{
    margin: 0 0 0 9px;
    font-size: 12px;
}

header .language ul{
    position: absolute;
    width: 100%;
    top: 36px;
    right: 0;
    z-index: 100;
    display: none;
    background-color: #fff;
    border-top: 2px solid #130b78;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .language ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb;
}

header .language ul li a{
    color: #333;
}

header .language ul li:hover a{
    font-weight: 600;
    color: #130b78;
}

header .language:hover{
    color: #130b78;
}

header .language:hover ul{
    display: block;
}


/* nav.css */
nav{
    background-color: #fff;
    position: relative;
    z-index:99;
    min-height: 100px;
    line-height: 100px;
    width: 100%;
}

nav.active{
    position: fixed !important;
    top: 0;
    border-bottom: 1px solid rgb(206, 205, 205);
}

nav .navbar-toggle{
    background-color: #130b78;
    margin-top: 36px;
}

nav #menu-btn span{
    background-color: #fff;
}

nav .logo{
    width: 157px;
    float: left;
}

nav .logo img{
    margin-top: -4px;
}

.nav-link{
    float:right;
}

ul.nav-ul .menu-item{
    float:left;
    margin-left: 20px;
}

ul.nav-ul .menu-item a{
    color: #333;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.nav-ul .menu-item a i{
    color: #999;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;;
}

ul.nav-ul .menu-item:hover a{
    color: #09047b;
}

ul.nav-ul .menu-item:hover i{
    color: #09047b;
}

.nav-link .search{
    position: relative;
    margin-left: 40px;
}

ul.nav-ul li.current-menu-item a,li.current-menu-item a{
    color: #09047b;
}

.nav-link .search i{
    color: #999;
    cursor: pointer;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-link .search i:hover{
    color: #09047b;
}

.nav-link .search:before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #999;
    top: 42%;
    right: 37px;
}

.nav-link .search-box{
    position: absolute;
    right: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.nav-link .search-box input{
    background-color: #1e2025;
    color: #d9d9d9;
    font-size: 12px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
}

.nav-link .search-box input::placeholder{
    font-size: 12px;
    color: #d9d9d9;
}

.nav-link .online{
    margin-left: 79px;
}

.nav-link .online a{
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #130b78;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}

.nav-link .online:hover a{
    color: #fff;
}

.nav-link li.pro, .nav-link li.file{
    position: relative;
}

.nav-link li.menu-item-has-children:hover .sub-menu{
    display: block;
}

.nav-link .sub-menu{
    border-top: 2px solid #130b78;
    position: absolute;
    /* width: 129px; */
    padding: 0 15px;
    background-color: #fff;
    top: 98px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

.nav-link .sub-menu li{
    float: none;
    margin-left: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.nav-link li:hover .sub-menu a{
    color: #333;
}

.nav-link .sub-menu li:last-child{
    border-bottom: none;
}

.nav-link .sub-menu li a{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-link .sub-menu li a:hover{
    color: #130b78 !important;
}

.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

/* slider.css */
/* #slider-fullwidth{
    width: 100%;
    position: relative;
    overflow: hidden;
} */

/* .carousel-inner img{
    min-height: 250px;
} */

.slider-words{
    position: absolute;
    padding: 0 15px 0 13px;
    top: 37%;
    left: 19.5%;
    color: rgba(255,255,255,0.9);
}

.slider-words span{
    display: block;
}

.slider-words p{
    letter-spacing: 2px;
    margin-top: 1px;
    margin-bottom:10px;
}

.slider-words h3{
    font-size: 36px;
    letter-spacing: 7px;
    margin-bottom: 37px;
}

.slider-words a{
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin: 0 16px 15px 0;
    letter-spacing: 3px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-words a.blue{
    border: 2px solid #140f65;
    background-color: #140f65;
}

.slider-words a:hover{
    border: 2px solid #140f65;
    background-color: #140f65;
}

.slider-words a.blue:hover{
    border: 2px solid #fff;
    background-color: transparent;
}

.banner .btn-c{
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #6f7073;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 42%;
    z-index: 5;
    cursor: pointer;
}

.banner .left-btn{
    border-radius: 0 50% 50% 0;
    left: -40px;
}

.banner .right-btn{
    border-radius: 50% 0 0 50%;
    right: -40px;
}

.banner .right-btn i{
    margin-left: 22px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #ccc;
}

.banner .left-btn i{
    margin-left: 48px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #ccc;
}

.banner .right-btn:hover{
    right: 0;
}

.banner .right-btn:hover i{
    margin-left: 34px;
}

.banner .left-btn:hover{
    left: 0;
}

.banner .left-btn:hover i{
    margin-left: 34px;
}

.banner .swiper-slide img{
    width: 100%;
}

.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    margin: 10px 10px;
    background-color: #82868d;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    
    background: #fff;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets{
    bottom: 20px;
}
/* about.css */
section.about{
    padding: 100px 0 60px;
}

.about-img{
   position: relative;
}

.about-img::after{
    content: "";
    position: absolute;
    display: block;
    border: 20px solid rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.grid{
    width: 100%;
    margin-top: 29px;
}

ul.grid li{
    float: left;
    width: 30%;
    margin: 0 30px 30px 0;
}

ul.grid li:last-child{
    margin-right: 0;
}

ul.grid span{
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #130b78;
}

ul.grid i{
    font-size: 18px;
    color: #130b78;
}

ul.grid h5{
    font-size: 18px;
    color: #333;
    margin: 16px 0 3px;
}

ul.grid p, ul.grid b{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}


/* products.css */
section.products{
    padding: 79px 0 71px;
}

.title-wrapper i.title{
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    margin-top: -3px;
}

section.others .title-wrapper i.title{
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: -2px;
}

section.contact .title-wrapper i.title{
    letter-spacing: 1px;
    font-size: 12px;
}

section.form .title-wrapper i.title{
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: -1px;
}

.title-wrapper h3{
    color: #333;
    position: relative;
    letter-spacing: 6px;
    font-size: 28px;
    margin-bottom: 43px;
}

section.products .title-wrapper h3{
    margin-bottom: 22px;
}

.title-wrapper h5{
    color: #333;
    position: relative;
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 3px;
    letter-spacing: 4px;
}

section.form .title-wrapper h5{
    margin-top: 6px;
    margin-bottom: 22px;
}

section.contact .title-wrapper h5{
    margin-top: 6px;
}

.text-center h3:after,.text-left h3:after,.text-left h5:after,.text-center h5:after{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #09047b;
    top: 54px;
}

.main h3:after{
    top: 48px !important;
}

.main h3{
    margin-bottom: 22px !important;
}

section.contact .title-wrapper h5{
    margin-top: 6px;
}

section.products .text-center h3:after{
    top: 49px;
}

.text-center h3:after, .text-center h5:after{
    left: 0;
    right: 0;
    margin: auto;
}

.text-left h5:after, .text-center h5:after{
    top: 39px;
}

.title-wrapper p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-right: 7px;
}

.title-wrapper p span{
    display: block;
}

section.others .title-wrapper p{
    font-size: 13px;
}

section.form .title-wrapper p{
    font-size: 12px;
}

section.contact .title-wrapper p{
    font-size: 12px;
    line-height: 20px;
}

.title-wrapper a{
    display: block;
    font-size: 12px;
    color: #130b78;
    margin-top: 12px;
}

section.products .title-wrapper a{
    margin-top: 13px;
}

.title-wrapper a i{
    margin-left: 5px;
}

section.products .slick{
    margin-top: 29px;
}

.pro-box{
    margin-bottom: 25px;
}

.pro-img{
    position: relative;
}

.pro-img:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(19,11,120,.8);
    display: none;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.pro-img a{
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.pro-img:hover:after{
    display: block;
}

.pro-img:hover a{
    display: block;
}

.pro-words{
    width: 100%;
    background-color: #fff;
    padding: 8px 15px;
    border: 1px solid #ebebeb;
}

.pro-words a.pro-title{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    width: 63%;
    float: left;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pro-words a.pro-title:hover{
    color: #130b78;
}

.pro-icon{
    float: right;
    width: 34%;
    font-size: 0;
    margin: 2px 0 0 5px;
}

.pro-icon a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-left: 6px;
    border-radius: 50%; 
    padding: 0 !important;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.pro-icon a:hover{
    color: #fff;
    border: 1px solid #130b78;
    background-color: #130b78;
}

.slick-arrow{
    display: none !important;
}

ul.slick-dots{
    text-align: center;
}

ul.slick-dots li{
    display: inline-block;
    margin: 0 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

ul.slick-dots li button{
    background-color: #aaa;
    width: 100%;
    height: 100%;
    color: transparent;
    border-radius: 50%;
}

ul.slick-dots li.slick-active button{
    background-color: #130b78;
}

/* others.css */
section.others{
    padding: 80px 0;
}

ul.download{
    margin: 47px 0 20px 0;
}

ul.download li, .file a.item {
    border-top: 2px solid #130b78;
    background-color: #f5f5f5;
    margin-bottom: 38px;
    padding: 10.5px 15px;
    position: relative;
    cursor: pointer;
    display: block;
}

ul.download li:last-child{
    margin-bottom: 0;
}

ul.download a.title-a, ul.download li{
    font-size: 14px;
    color: #333;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.file a.item{
    font-size: 14px;
    color: #333;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

ul.download a.icon, .file .item span{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    left: 10px;
    border: 1px solid #130b78;
    color: #130b78;
    background-color: #fff;
    text-align: center;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

i.fa-file-download{
    display: none;
}

ul.download a.icon em, .file .item span em{
    display:block; 
    width:0; 
    height:0; 
    border-width:0 8px 8px;
    border-style:solid; 
    border-color:transparent transparent #130b78; 
    position:absolute; 
    bottom:-1px; 
    right: -9px;
}

ul.download a.icon em i, .file .item span em i{
    display:block; 
    width:0; 
    height:0; 
    border-width:0 8px 8px; 
    border-style:solid; 
    border-color:transparent transparent #fff; 
    position:absolute; 
    top: -1px; 
    right:-6px;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

ul.download li:hover a.title-a, .file .item:hover p{
    color: #130b78; 
}

ul.download li:hover a.icon em i, .file .item:hover span em i {
    border-color:transparent transparent #130b78; 
}

ul.download li:hover a.icon, .file .item:hover span{
    background-color: #130b78;
    color: #fff;
}

ul.download li:hover i.fa-file-pdf, .file .item:hover i.fa-file-pdf{
    display: none;
}

ul.download li:hover i.fa-file-download, .file .item:hover i.fa-file-download{
    display: inline-block;
}

ul.news{
    margin-bottom: 20px;
}

ul.news, .video{
    margin-top: 29px;
}

.video p{
    margin-bottom: 20px;
}


ul.news li{
    margin-bottom: 20px;
}

ul.news .news-img{
    position: relative;
    width: 85px;
    height: 61px;
    float: left;
    margin-right: 10px;
}

ul.news .news-img:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(19,11,120,.8);
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
    display: none;
}

ul.news .news-img a{
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 9;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
    display: none;
}

ul.news .news-img:hover:after{
    display: block;
}

ul.news .news-img:hover a{
    display: block;
}

ul.news .news-title{
    float: left;
    font-size: 14px;
    color: #333;
    width: 72%;
    margin-top: -3px;
    overflow: hidden;
}

ul.news .news-title a{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

ul.news .news-title a:hover{
    color: #130b78;
}

ul.news .news-title span{
    display: block;
    font-size: 12px;
    color: #999;
    margin: 5px 6px 0 0;
}

ul.news .news-title span i{
    margin-right: 5px;
}

/* form.css */
section.form{
    padding: 43px 0;
}

section.form .form{
    margin-top: 25px;
}

section.form input, section.form textarea{
    border: 1px solid #e2e2e2;
    background-color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 12px;
    margin-bottom: 15px;
}

section.form textarea{
    padding: 10px 0;
}


section.form input[type="submit"]{
    border: 1px solid #130b78;
    background-color: #130b78;
    width: 140px;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 14px;
}

/* footer.css */
footer{
    padding: 80px 0 43px;
    background-color: #262626;
    font-size: 14px;
    color: #b8b8b8;
}

footer .logo{
    margin-bottom: 25px;
}

footer p{
    padding-right: 10px;
    line-height: 24px;
}

footer a.more{
    display: block;
    color: #b8b8b8;
    font-size: 12px;
    margin: 13px 0 20px 0;
}

footer a.more i{
    margin-left: 5px;
}

footer h5{
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: -4px 0 41px 0;
}

footer h5:after{
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    left: 1px;
    top: 37px;
}

footer .pro-ul{
    padding-left: 1px;
    margin-bottom: 20px;
}

footer .pro-ul ul{
    float: left;
}

footer .pro-ul ul:first-child{
    margin-right: 48px;
}

footer .pro-ul ul li{
    margin-bottom: 7px;
}

footer .pro-ul ul li a{
    display: inline-block;
    margin-left: 8px;
    color: #b8b8b8;
    font-size: 14px;
}

footer a.more:hover,footer .pro-ul ul li a:hover,footer .contact-ul li a:hover{
    color: #fff;
}

footer .contact-ul{
    margin-bottom: 5px;
}

footer .contact-ul li{
    margin-bottom: 15px;
}

footer .contact-ul li a{
    color: #b8b8b8;
    display: block;
    padding-right: 10px;
    line-height: 24px;
}

footer .contact-ul span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

footer .contact-ul i{
    display: inline-block;
    margin-right: 12px;
}

footer .code{
    margin: 3px 0 20px 0;
}

.footer-bottom{
    background-color: #262626;
    border-top: 1px solid #363636;
    font-size: 14px;
    color: #b8b8b8;
}

.footer-bottom p{
    line-height: 60px;
}

/* top.css */
.top{
    width: 60px;
    height: 60px;
    line-height: 50px;
    border: 4px solid #423c93;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 10%;
    color: #423c93;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    display: none;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.top:hover{
    background-color: #423c93;
    color: #fff;
}



/* top-banner css */
section.main-banner{
    background: url('../img/banner/banner.jpg') no-repeat;
    padding: 76.5px 0;
}

section.page-contact{
    background: url('../img/banner/banner-c.jpg') no-repeat;
    padding: 76.5px 0;
}

.top-banner .page-name{
    color: #fff;
    font-size: 16px;
    position: absolute;
    line-height: 47px;
}

.top-banner .page-name span{
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 12px 28px;
    letter-spacing: 3px;
}

.top-banner .page-link{
    font-size: 14px;
    color: #fff;
    line-height: 47px;
}

.top-banner .main-height{
    height: 47px;
}

.top-banner .page-link li{
    float: left;
}

.top-banner .page-link a{
    color: #fff;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.top-banner .page-link a.home{
    margin-right: 5px;
}

.top-banner .page-link a.second{
    margin-right: 5px;
    margin-left: 5px;
}

.top-banner .page-link a.third{
    margin-left: 5px;
}

.top-banner .page-link a i{
    margin-right: 5px;
}

.top-banner .page-link a:hover{
    color: #130b78;
}

.top-banner .page-link a.active:hover{
    color: #fff;
}


/* 404.html css */
.miss{
    padding: 100px 0;
}

.miss .img-box{
    position: relative;
}

.miss .miss-words{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.miss .miss-words p{
    font-size: 24px;
    color: #515253;
    margin-bottom: 20px;
}

.miss .miss-words p span{
    display: block;
}

.miss .miss-words a{
    display: inline-block;
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 33px;
    border: 1px solid #333;
    border-radius: 5px;
    margin-right: 30px;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.miss .miss-words a.blue{
    border: 1px solid #130b78;
    background: #130b78;
    color: #fff;
}

.miss .miss-words a:hover{
    color: #fff;
    background-color: #333;
}


/* contact.html  css */
section.contact{
    margin: 100px 0 80px;
}

.form-box{
    margin-top: 24px;
    margin-left: -15px;
}

.form-box form input{
    border: 1px solid #e2e2e2;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    text-indent: 15px;
    font-size: 12px;
    margin-bottom: 20px;
}

.form-box form textarea{
    border: 1px solid #e2e2e2;
    height: 159px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 15px 15px 15px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 14px;
}

.form-box form input[type="submit"]{
    border: 1px solid #130b78;
    background-color: #130b78;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-indent: 0;
    margin-bottom: 26px;
}

section.contact .social-box p{
    font-size: 18px;
    color: #333;
}

section.contact .social-box li{
    border: 1px solid #ececec;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
    margin: 8px 10px 10px 0;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

section.contact .social-box li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

section.contact .social-box li:hover{
    background-color: #130b78;
}

section.contact .social-box li:hover a{
    color: #fff;
}

section.contact .contact-box ul{
    width: 100%;
    background-color: #130b78;
    color: #fff;
    padding: 38px 30px 30px 30px;
    margin-top: 24px;
    margin-bottom: 20px;
}

section.contact .contact-box li{
    margin-bottom: 7px;
    font-size: 14px;
    padding-left: 24px; 
    position: relative;
}

section.contact .contact-box li i{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
}

p.mb-7{
    margin-bottom: 7px;
}

p.mr-1{
    margin-right: 1px;
}

section.contact .contact-box li p{
    display: inline-block;
}

section.contact .contact-box li p span{
    margin-right: 24px;
}
.map{
    height: 400px;
}



/* news.html  css */
section.news{
    padding: 100px 0 71px 0;
}

section.news .news-box ul{
    margin-top: 35px;
    padding: 0 15px;
}

section.news .news-box ul li{
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

section.news .news-box ul li:first-child{
    border-top: 2px solid #ebebeb;
}

section.news .img-box{
    position: relative;
    margin-left: -15px;
    width: 270px;
    height: 190px;
}

section.news .img-box:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(19,11,120,.8);
    display: none;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

section.news .img-box a{
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

section.news .news-title{
    font-size: 12px;
    color: #999;
    padding: 23px 0;
    margin-left: -7px;
}

section.news .news-title span i{
    margin-right: 5px;
}

section.news .news-title h5, section.search .result li h5{
    margin: 5px 0 12px 0;
}

section.news .news-title h5 a, section.search .result li h5 a{
    font-size: 18px;
    color: #333;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

section.news .news-title h5 a:hover, section.search .result li h5 a:hover{
    color: #130b78;
}

section.news .news-title p, section.search .result li p{
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    line-height: 24px;
}

section.news .news-title .more a, section.search .result li .more a{
    font-size: 12px;
    color: #130b78;
}

section.news .news-title .more a i, section.search .result li .more a i{
    margin-left: 5px;
}

section.news .news-box ul li .img-box:hover:after{
    display: block;
}

section.news .news-box ul li:hover .img-box:hover a{
    display: block;
}

.page-box{
    text-align: center;
}

.page-box{
    text-align: center;
}

.page-box .wp-pagenavi{
    display: inline-block;
    margin-top: 55px;
}

.page-box .wp-pagenavi span, .page-box .wp-pagenavi a{
    margin: 5px 5px 5px 0;
    display: inline-block;
    color: #999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.page-box .wp-pagenavi .current, .page-box .wp-pagenavi a:hover{
    background-color: #130b78;
    border: 1px solid #130b78;
    color: #fff;
}

/* news-single.html css */
.news-single{
    padding: 94px 0 82px;
}

.news-single .title-wrapper span.date{
    font-size: 12px;
    color: #999;
}

.news-single .title-wrapper h5{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    margin-top: 7px;
    margin-bottom: 29px;
}

.news-single .title-wrapper h5:after{
    top: 44px;
}

.news-single .title-wrapper span.date i{
    margin-right: 5px;
}

.news-single .news-words{
    border-top: 2px solid #ebebeb;
    margin-top: 25px;
    padding: 25px 0;
}

.news-single .news-words p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-indent: 28px;
    margin-bottom: 26px;
}

.news-single .news-words img{
    margin-bottom: 25px;
}

.news-single .other-news{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    
}

.news-single .other-news a{
    color: #999;
    font-size: 12px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.news-single .other-news i{
    font-size: 12px;
}

.news-single .other-news .left i{
    margin-right: 10px;
}

.news-single .other-news .right i{
    margin-left: 10px;
}

.news-single .other-news a:hover{
    color: #130b78;
}


/* video.html css */
section.hot-video{
    padding: 100px 0 30px;
}

.hot-video .video-box{
    border: 1px solid #ebebeb;
    padding: 30px 0 10px;
}

.hot-video .video-box h4{
    display: inline-block;
    font-size: 36px;
    color: #333;
    font-family: 'STHupo';
    margin-top: 30%;
}

.hot-video .video-box h4 span{
    display: block;
    margin-top: 10px;
}

.video-box .item{
    margin-bottom: 19px;
}

.video-box .img-box, .sidebar .img-box{
    position: relative;
    margin-bottom: 12px;
}

.video-box .img-box:after, .sidebar .img-box:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(19, 11, 120, .3);
}

.video-box .img-box a, .sidebar .img-box a{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 9;
}

.video-box .tag span, .sidebar .tag span{
    display: inline-block;
    background-color: #130b78;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.video-box .item h6, .sidebar .item h6{
    font-size: 16px;
    color: #333;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
}

.video-box .item p, .sidebar .item p{
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 5px;
}

.video-box .date span, .sidebar .item .date span{
    font-size: 12px;
    color: #b8b8b8;
}

.video-box .date span i, .sidebar .item .date span i{
    margin-right: 5px;
}

.video-box .date a, .sidebar .item .date a{
    font-size: 12px;
    color: #130b78;
}

.video-box .date a i, .sidebar .item .date a i{
    margin-left: 5px;
}

section.case-video{
    padding: 49px 0 71px;
}

.case-video .video-box{
    margin-top: 35px;
}

.case-video .page-box .wp-pagenavi{
    margin-top: 35px;
}


/* video-single.html css */
section.video{
    padding: 71px 0;
}

section.video .video-wrapper{
    margin-bottom: 70px;
}

section.video .video-info{
    margin-left: -30px;
    border: 1px solid #ebebeb; 
    padding: 24px 15px 30px 30px;
}

section.video .tag span{
    font-size: 12px;
    color: #999;
    margin-right: 15px;
}

section.video .tag span{
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 15px 4px 0;
}

section.video .tag span i{
    margin-right: 5px;
}

section.video .tag span i{
    margin-right: 5px;
}

.info h5, .sidebar h5{
    font-size: 20px;
    color: #333;
    position: relative;
    margin-bottom: 29px;
}

.sidebar h5{
    letter-spacing: 2px;
}

.info h5:after, .sidebar h5:after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #130b78;
    left: 0;
    top: 39px;
}

.info p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

section.video .video-link a{
    font-size: 14px;
    color: #130b78;
    margin-right: 15px;
}

section.video .video-link a i{
    margin-left: 5px;
}


/* search.html css */
section.search{
    padding: 97px 0 60px;
}

section.search .page-box .wp-pagenavi{
    margin-bottom: 30px;
}

section.search p{
    font-size: 16px;
    color: #333;
    letter-spacing: 3px;
}

section.search .result ul{
    margin-top: 8px;
}

section.search .result li{
    border-bottom: 1px solid #ebebeb;
    padding: 22px 0;
}

section.search .result li:first-child{
    border-top: 2px solid #ebebeb;
}

section.search .result li p{
    letter-spacing: 0px;
}

.sidebar ul.link{
    margin-bottom: 20px;
}

.sidebar ul.link li{
    padding: 6px 0;
    border-bottom: 1px dashed #ebebeb;
    position: relative;
}

.sidebar ul.link li::before{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #09047b;
}

.sidebar ul.link li:first-child{
    border-top: 1px dashed #ebebeb;
}

.sidebar ul.link li a{
    padding-left: 15px; 
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.sidebar ul.link li a i{
    margin-right: 5px;
}

.sidebar ul.link li a:hover{
    color: #130b78;
}

.sidebar ul.news .news-title{
    width: 62%;
    overflow: hidden;
}

.sidebar ul.news .news-title a{
    font-size: 12px;
}


/* download.html css */
section.download{
    padding: 100px 0 71px;
}

.tab-tag{
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    margin: 15px 15px 0 15px;
}

.tab-tag ul{
    display: inline-block;
}

.tab-tag ul li{
    margin: 20px 15px 0 15px;
    float: left;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.tab-tag ul li a{
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.tab-tag ul li:hover a{
    color: #fff;
}

.tab-tag ul li.current-cat, .tab-tag ul li:hover{
    border: 1px solid #130b78;
    background-color: #130b78;
}

.tab-tag ul li.current-cat a{
    color: #fff;
}

section.download .file{
    margin-top: 58px;
}

.file a.item{
    padding: 10.5px 10px 12.5px 63px;
}

.file a.item p i{
    margin-left: 5px;
}

.file a.item p.right{
    font-size: 12px;
}

section.download .page-box .wp-pagenavi{
    margin-top: 17px;
}


/* about.html css */
section.about-box{
    padding: 100px 0 80px;
}

.about-box .concept{
    margin: 15px 0 0 -15px;
}

.about-box .item{
    border: 1px solid #ededed;
    padding: 7.5px 10px;
    margin-bottom: 3px;
}

.about-box .item h5{
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.about-box .item h5 i{
    color: #130b78;
    margin-right: 10px;
}

.about-box .item p{
    padding: 4px 0 2px 22px;
    font-size: 12px;
    color: #666;
    display: none;
}

section.advantage{
    background: url(../img/about/advantage.jpg) no-repeat right #f5f5f5;
    min-height: 424px;
    padding: 60px 0;
}

.advantage .item{
    margin-bottom: 40px;
}

.advantage .item h6{
    font-size: 16px;
    color: #333;
    position: relative;
    margin-left: 40px;
    margin-bottom: 5px;
}

.advantage .item h6 i{
    position: absolute;
    font-size: 24px;
    color: #09047b;
    left: -40px;
}

.advantage .item p{
    font-size: 12px;
    color: #666;
    margin-left: 40px;
    line-height: 22px;
}

section.honor{
    padding: 31px 0 90px;
}

.honor .tab-border{
    border-left: 2px solid #ebebeb;
}

.honor .tabs{
    margin-top: 5px;
}

.honor .tabs a{
    display: inline-block;
    border: 1px solid #ebebeb;
    width: 232px;
    height: 46px;
    line-height: 46px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.honor .tabs a.active, .honor .tabs a:hover{
    border: 1px solid #130b78;
    background-color: #130b78;
    color: #fff;
}

.honor img{
    box-shadow: 8px 8px 10px rgba(0, 0, 0, .3);
}

.history{
    margin-bottom: 45px;
}

.history .swiper-wrapper{
    border-top: 1px solid #ebebeb;
    margin-top: 45px;
}

.history .swiper-slide{
    padding: 50px 30px 30px;
    position: relative;
}

.history .swiper-slide .point{
    position: absolute;
    top: -7px;
    width: 13px;
    height: 13px;
    line-height: 8px;
    text-align: center;
    background-color: #9d9bca;
    border-radius: 50%;
}

.history .swiper-slide .point i{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #130b78;
    border-radius: 50%;
    position: relative;
}

.history .swiper-slide .point i:after{
    content: '';
    display: block;
    height: 42px;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.history .swiper-slide span{
    font-size: 12px;
    color: #09047b;
}

.history .swiper-slide h6{
    font-size: 18px;
    color: #333;
    margin-bottom: 4px;
}

.history .swiper-slide p{
    font-size: 14px;
    color: #666;
}

.history .swiper-scrollbar{
    height: 5px;
    width: 100%;
    margin-top: 30px;
    background: #fafafa;
}

.swiper-scrollbar-drag{
    background-color: #130b78;
}

section.factory{
    padding: 35px 0;
}

section.factory .img-box{
    margin-top: 30px;
}

section.customer{
    padding: 38px 0 80px;
}

section.customer .slick{
    margin-top: 36px;
}

.customer .img-box{
    border: 1px solid #ebebeb;
    border-left: 2px solid #999;
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.customer .img-box img{
    filter: grayscale(100%);
    -moz-transition: all .3s ease;     -webkit-transition: all .3s ease;     -ms-transition: all .3s ease;     -o-transition: all .3s ease;     transition: all .3s ease;
}

.customer .img-box:hover{
    border: 1px solid #130b78;
    border-left: 2px solid #130b78;
}

.customer .img-box:hover img{
    filter: grayscale(0);
}

.customer ul.slick-dots{
    margin-top: 31px;
}


section.products-wrapper{
    padding: 100px 0 71px;
}

.products-box{
    margin-top: 20px;
}

.p15{
    padding: 0 15px;
}

.products-box p{
    font-size: 14px;
    color: #666;
}

.products-box .products-list{
    margin-top: 40px;
}

/* product-single.html  css */
section.product-detail{
    padding: 100px 0 40px;
}

.gallery-thumbs{
    margin: 7px 0 60px;
}

.gallery-thumbs .swiper-slide{
    width: 25%;
    border: 1px solid #e2e2e2;
}

.gallery-thumbs .swiper-slide-thumb-active{
    border: 1px solid #3a3695;
}

.gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
}

.detail-box .title-wrapper h5{
    font-size: 22px;
}

.spec{
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dashed #e2e2e2;
}

.spec h6{
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.spec li{
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    float: left;
    width: 50%;
    position: relative;
    text-indent: 10px;
}

.spec li::before{
    display: block;
    content: "";
    position: absolute;
    font-size: 14px;
    width: 0;
    height: 0;
    top: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #09047b;
}




section.file-download{
    padding: 60px 0 30px;
}

.file-download .title-wrapper{
    margin-left: 15px;
}

.file-download .item{
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 0 32px;
    font-size: 15px;
    color: #333;
    margin-bottom: 25px;
}

.file-download .item img{
    margin: 25px auto 20px;
}

.file-download .item a{
    display: block;
    position: relative;
    font-size: 14px;
    color: #09047b;
    width: 130px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    margin: 6px auto 20px;
    padding-left: 20px;
    box-shadow: 0px 0px 6px #d8d8d8;
}

.file-download .item a i{
    position: absolute;
    font-size: 36px;
    bottom: 0;
    left: -10px;
}

section.product-adv{
    padding: 60px 0;
}

.product-adv ul{
    padding-left: 15px;
    zoom:1;
}

.product-adv ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.product-adv li{
    margin-bottom: 20px;
    width: 32%;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}

.product-adv li h6{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.product-adv li h6 strong{
    font-family: 'hyk2gj';
    font-size: 40px;
    color: #e5e5e5;
    margin-right: 10px;
    font-weight: 500;
}

.product-adv li p{
    font-size: 14px;
    color: #808080;
}

.product-detail .img-width{
    position: relative;
}
.product-app {
    padding: 100px 0 40px;
}
.product-app .contact-info{
    position: absolute;
    top: 25px;
    right: 36px;
}

.product-app .contact-info .item i{
    color: #09047b;
    font-size: 18px;
    position: absolute;
    left: 0;
}

.product-app .contact-info .item{
    position: relative;
    padding: 10px 0 0 26px;
}

.product-app .contact-info .tel{
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
}

.product-app .contact-info .tel p{
    letter-spacing: 1.5px;
}

.product-app .contact-info a{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #130b78;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}

.product-app .contact .img-box{
    position: relative;
    width: 91%;
    height: 218px;
    background-image: url(../img/products/contact-bg.jpg);
}

.product-app .contact .img-box img{
    width: 227px;
    height: auto;
    position: absolute;
    top: -82px;
    left: 0;
}

.product-app .field-box{
    margin: 10px 0;
}

.product-app .contact-box{
    margin: 106px 0 10px;
}

.product-app .side{
    position: relative;
    float: left;
    height: 218px;
    padding: 56px 0;
    width: 9%;
    background-color: #130b78;
    color: #fafafa;
    text-align: center;  
}

.product-app .side:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -12px;;
    top: 50%;
    margin-top: -50px;
    border-width: 50px 0 50px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #09047b;
    z-index: 2;
}

.product-app .field .img-box{
    width: 91%;
    height: 218px;
}

.product-app .field .img-box img{
    width: 100%;
    height: 100%;
}

.product-app p.app-p{
    min-height: 73px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}</pre></body></html>